body{
	background-color: #00001a;
	font-family: helvetica;
	color: #e6e600;
}
.bloque{
	background: url(stars.gif) left center no-repeat, url(stars.gif) right center no-repeat;
}
#logo{
	text-align:center;
	height: 100px;
}
#div1{
	height: 95vh;
	border: 2px solid #e6e600;
}
#imagenes{
	border: 2px solid #e6e600;
	margin: 2px;
	height: 95vh;
}
#stormtrooper{
	height: 200px;
	position: relative;
	z-index: 1;
	margin-top: 7%;
	margin-left: 6%;
}
#r2d2{
	height: 175px;
	position:relative;
	z-index: 1;
	float: right;
	margin-top: 7%;
	margin-right: 10%;
}
#barra{
	text-align:center;
}
#xwing{
	height: 150px;
	position: relative;
	z-index: 1;
	margin-top: 4%;
	margin-left: 5%;
}
#bb8{
	height: 225px;
	position: relative;
	z-index: 1;
	float: right;
	margin-right: 9%;
	margin-bottom: 5%;
}